||(_:_:)
@discardableResult public func || <T>(lhs: FinalizedIncluder<T>, rhs: FinalizedIncluder<T>) -> FinalizedIncluder<T>
                Convenience infix || operator that combines two FinalizedIncluder<T> instances into one FinalizedIncluder<T> that represents the ORed compound of the finalizedPredicate properties in each instance.
Essentially, you use this operator to join together two includers.
- 
                  
                  
Undocumented
Declaration
Swift
@discardableResult public func || <T>(lhs: FinalizedIncluder<T>, rhs: FinalizedIncluder<T>) -> FinalizedIncluder<T> 
        ||(_:_:) Function Reference